PDF4Java Reference Documentation
com.o2sol.pdf4java.standards Package / PDFAFormatter Class / save Method / save(PDFFixedDocument,Stream,PDFAFormat) Method
The document to save.
Destination stream where the document is saved.
PDF/A format for the saved document.
In This Topic
    save(PDFFixedDocument,Stream,PDFAFormat) Method
    In This Topic
    Saves the document to the stream in the specified PDF/A format.
    Syntax

    Parameters

    document
    The document to save.
    stream
    Destination stream where the document is saved.
    format
    PDF/A format for the saved document.
    See Also